IConstructorFilter

interface IConstructorFilter

A filter for resolving IR constructors.

Functions

filter
Link copied to clipboard
abstract fun filter(filter: (IrConstructor) -> Boolean)
invoke
Link copied to clipboard
open operator fun Int.invoke(filter: (IrValueParameter) -> Boolean)
matches
Link copied to clipboard
abstract fun matches(function: IrConstructor): Boolean

Properties

hasVararg
Link copied to clipboard
abstract var hasVararg: Boolean?
isExpect
Link copied to clipboard
abstract var isExpect: Boolean?
isPrimary
Link copied to clipboard
abstract var isPrimary: Boolean?
numParameters
Link copied to clipboard
abstract var numParameters: Int?
parameters
Link copied to clipboard
abstract var parameters: MutableMap<Int, (IrValueParameter) -> Boolean>

Inheritors

ConstructorFilter
Link copied to clipboard
ConstructorRef
Link copied to clipboard

Sources

jvm source
Link copied to clipboard